Html Css Color HEX #402BCF Purple Heart

📋 copy color: '#402BCF'

red 64 ◦ green 43 ◦ blue 207

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

Shades of Purple Heart #402BCF

Tints of Purple Heart #402BCF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.69%

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

R = 20.38%
G = 13.69%
B = 65.92%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#402BCF (or 0x402BCF) is known color: Purple Heart. HEX triplet: 40, 2B and CF. RGB value is (64,43,207). Sum of RGB (Red+Green+Blue) = 64+43+207=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #402BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402BCF is #BFD430. Grayscale: #434343. Windows color (decimal): -12571697 or 13577024. OLE color: 13577024.

HSL color Cylindrical-coordinate representation of color #402BCF: hue angle of 247.68º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #402BCF is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 43 207 -
CMYK 0.69 0.79 0 0.19
HSL 247.68º 0.66% 0.49% -
HSV(B) 247.68º 0.79% 0.81% -
XYZ 14.24 7.32 59.69 -
YUV 67.98 206.46 125.16 -
System Red Green Blue C M Y K H S L
Decimal 64 43 207 0.69 0.79 0 0.19 247.68 0.66 0.49
Hex 40 2B CF 45 4F 0 13 F8 42 31
Octal 100 53 317 105 117 0 23 370 102 61
Binary 1000000 101011 11001111 1000101 1001111 0 10011 11111000 1000010 110001

Color Harmonies of #402BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402BCF

Black with #402BCF

Text Example


Text Example

White with #402BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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