Html Css Color HEX #430EB6 Purple Heart

📋 copy color: '#430EB6'

red 67 ◦ green 14 ◦ blue 182

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

Shades of Purple Heart #430EB6

Tints of Purple Heart #430EB6

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.32%

 BLUE value IS 182 (71.48% from 255) = 69.2%

R = 25.48%
G = 5.32%
B = 69.2%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#430EB6 (or 0x430EB6) is known color: Purple Heart. HEX triplet: 43, 0E and B6. RGB value is (67,14,182). Sum of RGB (Red+Green+Blue) = 67+14+182=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 182 (71.48% from 255 or 69.20% from 263); Max value from RGB is 182 - color contains mainly: blue. Hex color #430EB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430EB6 is #BCF149. Grayscale: #303030. Windows color (decimal): -12382538 or 11931203. OLE color: 11931203.

HSL color Cylindrical-coordinate representation of color #430EB6: hue angle of 258.93º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430EB6 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 67 14 182 -
CMYK 0.63 0.92 0 0.29
HSL 258.93º 0.86% 0.38% -
HSV(B) 258.93º 0.92% 0.71% -
XYZ 10.92 4.88 44.62 -
YUV 49 203.06 140.84 -
System Red Green Blue C M Y K H S L
Decimal 67 14 182 0.63 0.92 0 0.29 258.93 0.86 0.38
Hex 43 E B6 3F 5C 0 1D 103 56 26
Octal 103 16 266 77 134 0 35 403 126 46
Binary 1000011 1110 10110110 111111 1011100 0 11101 100000011 1010110 100110

Color Harmonies of #430EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430EB6

Black with #430EB6

Text Example


Text Example

White with #430EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430EB6; }

 p { color: rgb(67,14,182); }

 H1.HeaderClassName
 {
   color: #430EB6;
 }
 .AnyTagClassName
 {
   color: #430EB6;
 }
</style>

background-color css

<style>
 a { background-color: #430EB6; }

 a { background-color: rgb(67,14,182); }

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

border-color css

<style>
 span { border-color: #430EB6; }

 span { border-color: rgb(67,14,182); }

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