Html Css Color HEX #430BBD Purple Heart

📋 copy color: '#430BBD'

red 67 ◦ green 11 ◦ blue 189

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

Shades of Purple Heart #430BBD

Tints of Purple Heart #430BBD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.12%

 BLUE value IS 189 (74.22% from 255) = 70.79%

R = 25.09%
G = 4.12%
B = 70.79%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#430BBD (or 0x430BBD) is known color: Purple Heart. HEX triplet: 43, 0B and BD. RGB value is (67,11,189). Sum of RGB (Red+Green+Blue) = 67+11+189=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 189 (74.22% from 255 or 70.79% from 267); Max value from RGB is 189 - color contains mainly: blue. Hex color #430BBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430BBD is #BCF442. Grayscale: #2F2F2F. Windows color (decimal): -12383299 or 12389187. OLE color: 12389187.

HSL color Cylindrical-coordinate representation of color #430BBD: hue angle of 258.88º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430BBD is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 67 11 189 -
CMYK 0.65 0.94 0 0.26
HSL 258.88º 0.89% 0.39% -
HSV(B) 258.88º 0.94% 0.74% -
XYZ 11.62 5.11 48.52 -
YUV 48.04 207.55 141.53 -
System Red Green Blue C M Y K H S L
Decimal 67 11 189 0.65 0.94 0 0.26 258.88 0.89 0.39
Hex 43 B BD 41 5E 0 1A 103 59 27
Octal 103 13 275 101 136 0 32 403 131 47
Binary 1000011 1011 10111101 1000001 1011110 0 11010 100000011 1011001 100111

Color Harmonies of #430BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430BBD

Black with #430BBD

Text Example


Text Example

White with #430BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,11,189); }

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

background-color css

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

 a { background-color: rgb(67,11,189); }

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

border-color css

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

 span { border-color: rgb(67,11,189); }

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