Html Css Color HEX #430FBB Purple Heart

📋 copy color: '#430FBB'

red 67 ◦ green 15 ◦ blue 187

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

Shades of Purple Heart #430FBB

Tints of Purple Heart #430FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.58%

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

R = 24.91%
G = 5.58%
B = 69.52%

CMYK

 C value IS 0.64

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#430FBB (or 0x430FBB) is known color: Purple Heart. HEX triplet: 43, 0F and BB. RGB value is (67,15,187). Sum of RGB (Red+Green+Blue) = 67+15+187=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 187 (73.44% from 255 or 69.52% from 269); Max value from RGB is 187 - color contains mainly: blue. Hex color #430FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430FBB is #BCF044. Grayscale: #313131. Windows color (decimal): -12382277 or 12259139. OLE color: 12259139.

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

Color convert

RGB 67 15 187 -
CMYK 0.64 0.92 0 0.27
HSL 258.14º 0.85% 0.4% -
HSV(B) 258.14º 0.92% 0.73% -
XYZ 11.46 5.12 47.4 -
YUV 50.16 205.23 140.01 -
System Red Green Blue C M Y K H S L
Decimal 67 15 187 0.64 0.92 0 0.27 258.14 0.85 0.4
Hex 43 F BB 40 5C 0 1B 102 55 28
Octal 103 17 273 100 134 0 33 402 125 50
Binary 1000011 1111 10111011 1000000 1011100 0 11011 100000010 1010101 101000

Color Harmonies of #430FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430FBB

Black with #430FBB

Text Example


Text Example

White with #430FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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