Html Css Color HEX #4316CC Purple Heart

📋 copy color: '#4316CC'

red 67 ◦ green 22 ◦ blue 204

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

Shades of Purple Heart #4316CC

Tints of Purple Heart #4316CC

RGB

 RED value IS 67 (26.56% from 255) = 22.87%

 GREEN value IS 22 (8.98% from 255) = 7.51%

 BLUE value IS 204 (80.08% from 255) = 69.62%

R = 22.87%
G = 7.51%
B = 69.62%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4316CC (or 0x4316CC) is known color: Purple Heart. HEX triplet: 43, 16 and CC. RGB value is (67,22,204). Sum of RGB (Red+Green+Blue) = 67+22+204=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #4316CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4316CC is #BCE933. Grayscale: #373737. Windows color (decimal): -12380468 or 13375043. OLE color: 13375043.

HSL color Cylindrical-coordinate representation of color #4316CC: hue angle of 254.84º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4316CC is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 67 22 204 -
CMYK 0.67 0.89 0 0.2
HSL 254.84º 0.81% 0.44% -
HSV(B) 254.84º 0.89% 0.8% -
XYZ 13.5 6.13 57.6 -
YUV 56.2 211.41 135.7 -
System Red Green Blue C M Y K H S L
Decimal 67 22 204 0.67 0.89 0 0.2 254.84 0.81 0.44
Hex 43 16 CC 43 59 0 14 FF 51 2C
Octal 103 26 314 103 131 0 24 377 121 54
Binary 1000011 10110 11001100 1000011 1011001 0 10100 11111111 1010001 101100

Color Harmonies of #4316CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4316CC

Black with #4316CC

Text Example


Text Example

White with #4316CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4316CC; }

 p { color: rgb(67,22,204); }

 H1.HeaderClassName
 {
   color: #4316CC;
 }
 .AnyTagClassName
 {
   color: #4316CC;
 }
</style>

background-color css

<style>
 a { background-color: #4316CC; }

 a { background-color: rgb(67,22,204); }

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

border-color css

<style>
 span { border-color: #4316CC; }

 span { border-color: rgb(67,22,204); }

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