Html Css Color HEX #6633BC Purple Heart

📋 copy color: '#6633BC'

red 102 ◦ green 51 ◦ blue 188

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

Shades of Purple Heart #6633BC

Tints of Purple Heart #6633BC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.96%

 BLUE value IS 188 (73.83% from 255) = 55.13%

R = 29.91%
G = 14.96%
B = 55.13%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6633BC (or 0x6633BC) is known color: Purple Heart. HEX triplet: 66, 33 and BC. RGB value is (102,51,188). Sum of RGB (Red+Green+Blue) = 102+51+188=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #6633BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6633BC is #99CC43. Grayscale: #515151. Windows color (decimal): -10079300 or 12333926. OLE color: 12333926.

HSL color Cylindrical-coordinate representation of color #6633BC: hue angle of 262.34º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6633BC is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 51 188 -
CMYK 0.46 0.73 0 0.26
HSL 262.34º 0.57% 0.47% -
HSV(B) 262.34º 0.73% 0.74% -
XYZ 15.74 8.82 48.45 -
YUV 81.87 187.9 142.36 -
System Red Green Blue C M Y K H S L
Decimal 102 51 188 0.46 0.73 0 0.26 262.34 0.57 0.47
Hex 66 33 BC 2E 49 0 1A 106 39 2F
Octal 146 63 274 56 111 0 32 406 71 57
Binary 1100110 110011 10111100 101110 1001001 0 11010 100000110 111001 101111

Color Harmonies of #6633BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6633BC

Black with #6633BC

Text Example


Text Example

White with #6633BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6633BC; }

 p { color: rgb(102,51,188); }

 H1.HeaderClassName
 {
   color: #6633BC;
 }
 .AnyTagClassName
 {
   color: #6633BC;
 }
</style>

background-color css

<style>
 a { background-color: #6633BC; }

 a { background-color: rgb(102,51,188); }

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

border-color css

<style>
 span { border-color: #6633BC; }

 span { border-color: rgb(102,51,188); }

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