Html Css Color HEX #412BCF Purple Heart

📋 copy color: '#412BCF'

red 65 ◦ green 43 ◦ blue 207

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

Shades of Purple Heart #412BCF

Tints of Purple Heart #412BCF

RGB

 RED value IS 65 (25.78% from 255) = 20.63%

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

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

R = 20.63%
G = 13.65%
B = 65.71%

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

#412BCF (or 0x412BCF) is known color: Purple Heart. HEX triplet: 41, 2B and CF. RGB value is (65,43,207). Sum of RGB (Red+Green+Blue) = 65+43+207=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #412BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412BCF is #BED430. Grayscale: #434343. Windows color (decimal): -12506161 or 13577025. OLE color: 13577025.

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

Color convert

RGB 65 43 207 -
CMYK 0.69 0.79 0 0.19
HSL 248.05º 0.66% 0.49% -
HSV(B) 248.05º 0.79% 0.81% -
XYZ 14.31 7.36 59.7 -
YUV 68.27 206.29 125.66 -
System Red Green Blue C M Y K H S L
Decimal 65 43 207 0.69 0.79 0 0.19 248.05 0.66 0.49
Hex 41 2B CF 45 4F 0 13 F8 42 31
Octal 101 53 317 105 117 0 23 370 102 61
Binary 1000001 101011 11001111 1000101 1001111 0 10011 11111000 1000010 110001

Color Harmonies of #412BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412BCF

Black with #412BCF

Text Example


Text Example

White with #412BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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