Html Css Color HEX #6424BC Purple Heart

📋 copy color: '#6424BC'

red 100 ◦ green 36 ◦ blue 188

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

Shades of Purple Heart #6424BC

Tints of Purple Heart #6424BC

RGB

 RED value IS 100 (39.45% from 255) = 30.86%

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

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

R = 30.86%
G = 11.11%
B = 58.02%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6424BC (or 0x6424BC) is known color: Purple Heart. HEX triplet: 64, 24 and BC. RGB value is (100,36,188). Sum of RGB (Red+Green+Blue) = 100+36+188=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #6424BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6424BC is #9BDB43. Grayscale: #474747. Windows color (decimal): -10214212 or 12330084. OLE color: 12330084.

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

Color convert

RGB 100 36 188 -
CMYK 0.47 0.81 0 0.26
HSL 265.26º 0.68% 0.44% -
HSV(B) 265.26º 0.81% 0.74% -
XYZ 14.96 7.6 48.26 -
YUV 72.46 193.2 147.64 -
System Red Green Blue C M Y K H S L
Decimal 100 36 188 0.47 0.81 0 0.26 265.26 0.68 0.44
Hex 64 24 BC 2F 51 0 1A 109 44 2C
Octal 144 44 274 57 121 0 32 411 104 54
Binary 1100100 100100 10111100 101111 1010001 0 11010 100001001 1000100 101100

Color Harmonies of #6424BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6424BC

Black with #6424BC

Text Example


Text Example

White with #6424BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,36,188); }

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

background-color css

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

 a { background-color: rgb(100,36,188); }

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

border-color css

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

 span { border-color: rgb(100,36,188); }

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