Html Css Color HEX #6630CF Purple Heart

📋 copy color: '#6630CF'

red 102 ◦ green 48 ◦ blue 207

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

Shades of Purple Heart #6630CF

Tints of Purple Heart #6630CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.98%

R = 28.57%
G = 13.45%
B = 57.98%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6630CF (or 0x6630CF) is known color: Purple Heart. HEX triplet: 66, 30 and CF. RGB value is (102,48,207). Sum of RGB (Red+Green+Blue) = 102+48+207=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #6630CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6630CF is #99CF30. Grayscale: #515151. Windows color (decimal): -10080049 or 13578342. OLE color: 13578342.

HSL color Cylindrical-coordinate representation of color #6630CF: hue angle of 260.38º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6630CF is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 48 207 -
CMYK 0.51 0.77 0 0.19
HSL 260.38º 0.62% 0.5% -
HSV(B) 260.38º 0.77% 0.81% -
XYZ 17.8 9.44 59.92 -
YUV 82.27 198.39 142.07 -
System Red Green Blue C M Y K H S L
Decimal 102 48 207 0.51 0.77 0 0.19 260.38 0.62 0.5
Hex 66 30 CF 33 4D 0 13 104 3E 32
Octal 146 60 317 63 115 0 23 404 76 62
Binary 1100110 110000 11001111 110011 1001101 0 10011 100000100 111110 110010

Color Harmonies of #6630CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6630CF

Black with #6630CF

Text Example


Text Example

White with #6630CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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