Html Css Color HEX #6630CA Purple Heart

📋 copy color: '#6630CA'

red 102 ◦ green 48 ◦ blue 202

#6630CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6630CA

Tints of Purple Heart #6630CA

RGB

 RED value IS 102 (40.23% from 255) = 28.98%

 GREEN value IS 48 (19.14% from 255) = 13.64%

 BLUE value IS 202 (79.3% from 255) = 57.39%

R = 28.98%
G = 13.64%
B = 57.39%

CMYK

 C value IS 0.50

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6630CA (or 0x6630CA) is known color: Purple Heart. HEX triplet: 66, 30 and CA. RGB value is (102,48,202). Sum of RGB (Red+Green+Blue) = 102+48+202=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #6630CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6630CA is #99CF35. Grayscale: #515151. Windows color (decimal): -10080054 or 13250662. OLE color: 13250662.

HSL color Cylindrical-coordinate representation of color #6630CA: hue angle of 261.04º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6630CA is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 48 202 -
CMYK 0.50 0.76 0 0.21
HSL 261.04º 0.62% 0.49% -
HSV(B) 261.04º 0.76% 0.79% -
XYZ 17.2 9.2 56.75 -
YUV 81.7 195.89 142.48 -
System Red Green Blue C M Y K H S L
Decimal 102 48 202 0.50 0.76 0 0.21 261.04 0.62 0.49
Hex 66 30 CA 32 4C 0 15 105 3E 31
Octal 146 60 312 62 114 0 25 405 76 61
Binary 1100110 110000 11001010 110010 1001100 0 10101 100000101 111110 110001

Color Harmonies of #6630CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6630CA

Black with #6630CA

Text Example


Text Example

White with #6630CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6630CA; }

 p { color: rgb(102,48,202); }

 H1.HeaderClassName
 {
   color: #6630CA;
 }
 .AnyTagClassName
 {
   color: #6630CA;
 }
</style>

background-color css

<style>
 a { background-color: #6630CA; }

 a { background-color: rgb(102,48,202); }

 div.DivClassName
 {
   background-color: #6630CA;
 }
 .BgClassName
 {
   background-color: #6630CA;
 }
</style>

border-color css

<style>
 span { border-color: #6630CA; }

 span { border-color: rgb(102,48,202); }

 td.TdClassName
 {
   border-color: #6630CA;
 }
 .TagClassName
 {
   border-color: #6630CA;
 }
</style>