Html Css Color HEX #421CCF Purple Heart

📋 copy color: '#421CCF'

red 66 ◦ green 28 ◦ blue 207

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

Shades of Purple Heart #421CCF

Tints of Purple Heart #421CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.3%

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

R = 21.93%
G = 9.3%
B = 68.77%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#421CCF (or 0x421CCF) is known color: Purple Heart. HEX triplet: 42, 1C and CF. RGB value is (66,28,207). Sum of RGB (Red+Green+Blue) = 66+28+207=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #421CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421CCF is #BDE330. Grayscale: #3B3B3B. Windows color (decimal): -12444465 or 13573186. OLE color: 13573186.

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

Color convert

RGB 66 28 207 -
CMYK 0.68 0.86 0 0.19
HSL 252.74º 0.76% 0.46% -
HSV(B) 252.74º 0.86% 0.81% -
XYZ 13.92 6.49 59.55 -
YUV 59.77 211.09 132.45 -
System Red Green Blue C M Y K H S L
Decimal 66 28 207 0.68 0.86 0 0.19 252.74 0.76 0.46
Hex 42 1C CF 44 56 0 13 FD 4C 2E
Octal 102 34 317 104 126 0 23 375 114 56
Binary 1000010 11100 11001111 1000100 1010110 0 10011 11111101 1001100 101110

Color Harmonies of #421CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421CCF

Black with #421CCF

Text Example


Text Example

White with #421CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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