Html Css Color HEX #421BCF Purple Heart

📋 copy color: '#421BCF'

red 66 ◦ green 27 ◦ blue 207

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

Shades of Purple Heart #421BCF

Tints of Purple Heart #421BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 69%

R = 22%
G = 9%
B = 69%

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

#421BCF (or 0x421BCF) is known color: Purple Heart. HEX triplet: 42, 1B and CF. RGB value is (66,27,207). Sum of RGB (Red+Green+Blue) = 66+27+207=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #421BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421BCF is #BDE430. Grayscale: #3A3A3A. Windows color (decimal): -12444721 or 13572930. OLE color: 13572930.

HSL color Cylindrical-coordinate representation of color #421BCF: hue angle of 253º 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 #421BCF is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 27 207 -
CMYK 0.68 0.87 0 0.19
HSL 253º 0.77% 0.46% -
HSV(B) 253º 0.87% 0.81% -
XYZ 13.9 6.45 59.54 -
YUV 59.18 211.42 132.86 -
System Red Green Blue C M Y K H S L
Decimal 66 27 207 0.68 0.87 0 0.19 253 0.77 0.46
Hex 42 1B CF 44 57 0 13 FD 4D 2E
Octal 102 33 317 104 127 0 23 375 115 56
Binary 1000010 11011 11001111 1000100 1010111 0 10011 11111101 1001101 101110

Color Harmonies of #421BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421BCF

Black with #421BCF

Text Example


Text Example

White with #421BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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