Html Css Color HEX #4209BC Purple Heart

📋 copy color: '#4209BC'

red 66 ◦ green 9 ◦ blue 188

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

Shades of Purple Heart #4209BC

Tints of Purple Heart #4209BC

RGB

 RED value IS 66 (26.17% from 255) = 25.1%

 GREEN value IS 9 (3.91% from 255) = 3.42%

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

R = 25.1%
G = 3.42%
B = 71.48%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4209BC (or 0x4209BC) is known color: Purple Heart. HEX triplet: 42, 09 and BC. RGB value is (66,9,188). Sum of RGB (Red+Green+Blue) = 66+9+188=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #4209BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4209BC is #BDF643. Grayscale: #2D2D2D. Windows color (decimal): -12449348 or 12323138. OLE color: 12323138.

HSL color Cylindrical-coordinate representation of color #4209BC: hue angle of 259.11º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4209BC is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 9 188 -
CMYK 0.65 0.95 0 0.26
HSL 259.11º 0.91% 0.39% -
HSV(B) 259.11º 0.95% 0.74% -
XYZ 11.42 4.98 47.94 -
YUV 46.45 207.88 141.95 -
System Red Green Blue C M Y K H S L
Decimal 66 9 188 0.65 0.95 0 0.26 259.11 0.91 0.39
Hex 42 9 BC 41 5F 0 1A 103 5B 27
Octal 102 11 274 101 137 0 32 403 133 47
Binary 1000010 1001 10111100 1000001 1011111 0 11010 100000011 1011011 100111

Color Harmonies of #4209BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4209BC

Black with #4209BC

Text Example


Text Example

White with #4209BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,9,188); }

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

background-color css

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

 a { background-color: rgb(66,9,188); }

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

border-color css

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

 span { border-color: rgb(66,9,188); }

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