Html Css Color HEX #4021CF Purple Heart

📋 copy color: '#4021CF'

red 64 ◦ green 33 ◦ blue 207

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

Shades of Purple Heart #4021CF

Tints of Purple Heart #4021CF

RGB

 RED value IS 64 (25.39% from 255) = 21.05%

 GREEN value IS 33 (13.28% from 255) = 10.86%

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

R = 21.05%
G = 10.86%
B = 68.09%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4021CF (or 0x4021CF) is known color: Purple Heart. HEX triplet: 40, 21 and CF. RGB value is (64,33,207). Sum of RGB (Red+Green+Blue) = 64+33+207=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #4021CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4021CF is #BFDE30. Grayscale: #3D3D3D. Windows color (decimal): -12574257 or 13574464. OLE color: 13574464.

HSL color Cylindrical-coordinate representation of color #4021CF: hue angle of 250.69º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4021CF is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 33 207 -
CMYK 0.69 0.84 0 0.19
HSL 250.69º 0.73% 0.47% -
HSV(B) 250.69º 0.84% 0.81% -
XYZ 13.92 6.68 59.59 -
YUV 62.11 209.77 129.35 -
System Red Green Blue C M Y K H S L
Decimal 64 33 207 0.69 0.84 0 0.19 250.69 0.73 0.47
Hex 40 21 CF 45 54 0 13 FB 48 2F
Octal 100 41 317 105 124 0 23 373 110 57
Binary 1000000 100001 11001111 1000101 1010100 0 10011 11111011 1001000 101111

Color Harmonies of #4021CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4021CF

Black with #4021CF

Text Example


Text Example

White with #4021CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4021CF; }

 p { color: rgb(64,33,207); }

 H1.HeaderClassName
 {
   color: #4021CF;
 }
 .AnyTagClassName
 {
   color: #4021CF;
 }
</style>

background-color css

<style>
 a { background-color: #4021CF; }

 a { background-color: rgb(64,33,207); }

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

border-color css

<style>
 span { border-color: #4021CF; }

 span { border-color: rgb(64,33,207); }

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