Html Css Color HEX #430BBA Purple Heart

📋 copy color: '#430BBA'

red 67 ◦ green 11 ◦ blue 186

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

Shades of Purple Heart #430BBA

Tints of Purple Heart #430BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 70.45%

R = 25.38%
G = 4.17%
B = 70.45%

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

#430BBA (or 0x430BBA) is known color: Purple Heart. HEX triplet: 43, 0B and BA. RGB value is (67,11,186). Sum of RGB (Red+Green+Blue) = 67+11+186=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #430BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430BBA is #BCF445. Grayscale: #2F2F2F. Windows color (decimal): -12383302 or 12192579. OLE color: 12192579.

HSL color Cylindrical-coordinate representation of color #430BBA: hue angle of 259.2º 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 #430BBA is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 67 11 186 -
CMYK 0.64 0.94 0 0.27
HSL 259.2º 0.89% 0.39% -
HSV(B) 259.2º 0.94% 0.73% -
XYZ 11.3 4.98 46.82 -
YUV 47.69 206.05 141.77 -
System Red Green Blue C M Y K H S L
Decimal 67 11 186 0.64 0.94 0 0.27 259.2 0.89 0.39
Hex 43 B BA 40 5E 0 1B 103 59 27
Octal 103 13 272 100 136 0 33 403 131 47
Binary 1000011 1011 10111010 1000000 1011110 0 11011 100000011 1011001 100111

Color Harmonies of #430BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430BBA

Black with #430BBA

Text Example


Text Example

White with #430BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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