Html Css Color HEX #421BCE Purple Heart

📋 copy color: '#421BCE'

red 66 ◦ green 27 ◦ blue 206

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

Shades of Purple Heart #421BCE

Tints of Purple Heart #421BCE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.03%

 BLUE value IS 206 (80.86% from 255) = 68.9%

R = 22.07%
G = 9.03%
B = 68.9%

CMYK

 C value IS 0.68

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#421BCE (or 0x421BCE) is known color: Purple Heart. HEX triplet: 42, 1B and CE. RGB value is (66,27,206). Sum of RGB (Red+Green+Blue) = 66+27+206=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #421BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421BCE is #BDE431. Grayscale: #3A3A3A. Windows color (decimal): -12444722 or 13507394. OLE color: 13507394.

HSL color Cylindrical-coordinate representation of color #421BCE: hue angle of 253.07º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #421BCE is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 27 206 -
CMYK 0.68 0.87 0 0.19
HSL 253.07º 0.77% 0.46% -
HSV(B) 253.07º 0.87% 0.81% -
XYZ 13.78 6.4 58.9 -
YUV 59.07 210.92 132.95 -
System Red Green Blue C M Y K H S L
Decimal 66 27 206 0.68 0.87 0 0.19 253.07 0.77 0.46
Hex 42 1B CE 44 57 0 13 FD 4D 2E
Octal 102 33 316 104 127 0 23 375 115 56
Binary 1000010 11011 11001110 1000100 1010111 0 10011 11111101 1001101 101110

Color Harmonies of #421BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421BCE

Black with #421BCE

Text Example


Text Example

White with #421BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421BCE; }

 p { color: rgb(66,27,206); }

 H1.HeaderClassName
 {
   color: #421BCE;
 }
 .AnyTagClassName
 {
   color: #421BCE;
 }
</style>

background-color css

<style>
 a { background-color: #421BCE; }

 a { background-color: rgb(66,27,206); }

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

border-color css

<style>
 span { border-color: #421BCE; }

 span { border-color: rgb(66,27,206); }

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