Html Css Color HEX #430BBB Purple Heart

📋 copy color: '#430BBB'

red 67 ◦ green 11 ◦ blue 187

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

Shades of Purple Heart #430BBB

Tints of Purple Heart #430BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 70.57%

R = 25.28%
G = 4.15%
B = 70.57%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#430BBB (or 0x430BBB) is known color: Purple Heart. HEX triplet: 43, 0B and BB. RGB value is (67,11,187). Sum of RGB (Red+Green+Blue) = 67+11+187=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 187 (73.44% from 255 or 70.57% from 265); Max value from RGB is 187 - color contains mainly: blue. Hex color #430BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430BBB is #BCF444. Grayscale: #2F2F2F. Windows color (decimal): -12383301 or 12258115. OLE color: 12258115.

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

Color convert

RGB 67 11 187 -
CMYK 0.64 0.94 0 0.27
HSL 259.09º 0.89% 0.39% -
HSV(B) 259.09º 0.94% 0.73% -
XYZ 11.4 5.02 47.38 -
YUV 47.81 206.55 141.69 -
System Red Green Blue C M Y K H S L
Decimal 67 11 187 0.64 0.94 0 0.27 259.09 0.89 0.39
Hex 43 B BB 40 5E 0 1B 103 59 27
Octal 103 13 273 100 136 0 33 403 131 47
Binary 1000011 1011 10111011 1000000 1011110 0 11011 100000011 1011001 100111

Color Harmonies of #430BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430BBB

Black with #430BBB

Text Example


Text Example

White with #430BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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