Html Css Color HEX #6624BF Purple Heart

📋 copy color: '#6624BF'

red 102 ◦ green 36 ◦ blue 191

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

Shades of Purple Heart #6624BF

Tints of Purple Heart #6624BF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.94%

 BLUE value IS 191 (75% from 255) = 58.05%

R = 31%
G = 10.94%
B = 58.05%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6624BF (or 0x6624BF) is known color: Purple Heart. HEX triplet: 66, 24 and BF. RGB value is (102,36,191). Sum of RGB (Red+Green+Blue) = 102+36+191=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #6624BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6624BF is #99DB40. Grayscale: #484848. Windows color (decimal): -10083137 or 12526694. OLE color: 12526694.

HSL color Cylindrical-coordinate representation of color #6624BF: hue angle of 265.55º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6624BF is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 36 191 -
CMYK 0.47 0.81 0 0.25
HSL 265.55º 0.68% 0.45% -
HSV(B) 265.55º 0.81% 0.75% -
XYZ 15.51 7.85 49.99 -
YUV 73.4 194.37 148.4 -
System Red Green Blue C M Y K H S L
Decimal 102 36 191 0.47 0.81 0 0.25 265.55 0.68 0.45
Hex 66 24 BF 2F 51 0 19 10A 44 2D
Octal 146 44 277 57 121 0 31 412 104 55
Binary 1100110 100100 10111111 101111 1010001 0 11001 100001010 1000100 101101

Color Harmonies of #6624BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6624BF

Black with #6624BF

Text Example


Text Example

White with #6624BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6624BF; }

 p { color: rgb(102,36,191); }

 H1.HeaderClassName
 {
   color: #6624BF;
 }
 .AnyTagClassName
 {
   color: #6624BF;
 }
</style>

background-color css

<style>
 a { background-color: #6624BF; }

 a { background-color: rgb(102,36,191); }

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

border-color css

<style>
 span { border-color: #6624BF; }

 span { border-color: rgb(102,36,191); }

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