Html Css Color HEX #6430BF Purple Heart

📋 copy color: '#6430BF'

red 100 ◦ green 48 ◦ blue 191

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

Shades of Purple Heart #6430BF

Tints of Purple Heart #6430BF

RGB

 RED value IS 100 (39.45% from 255) = 29.5%

 GREEN value IS 48 (19.14% from 255) = 14.16%

 BLUE value IS 191 (75% from 255) = 56.34%

R = 29.5%
G = 14.16%
B = 56.34%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6430BF (or 0x6430BF) is known color: Purple Heart. HEX triplet: 64, 30 and BF. RGB value is (100,48,191). Sum of RGB (Red+Green+Blue) = 100+48+191=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #6430BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6430BF is #9BCF40. Grayscale: #4F4F4F. Windows color (decimal): -10211137 or 12529764. OLE color: 12529764.

HSL color Cylindrical-coordinate representation of color #6430BF: hue angle of 261.82º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6430BF is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 48 191 -
CMYK 0.48 0.75 0 0.25
HSL 261.82º 0.6% 0.47% -
HSV(B) 261.82º 0.75% 0.75% -
XYZ 15.72 8.58 50.12 -
YUV 79.85 190.73 142.37 -
System Red Green Blue C M Y K H S L
Decimal 100 48 191 0.48 0.75 0 0.25 261.82 0.6 0.47
Hex 64 30 BF 30 4B 0 19 106 3C 2F
Octal 144 60 277 60 113 0 31 406 74 57
Binary 1100100 110000 10111111 110000 1001011 0 11001 100000110 111100 101111

Color Harmonies of #6430BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6430BF

Black with #6430BF

Text Example


Text Example

White with #6430BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6430BF; }

 p { color: rgb(100,48,191); }

 H1.HeaderClassName
 {
   color: #6430BF;
 }
 .AnyTagClassName
 {
   color: #6430BF;
 }
</style>

background-color css

<style>
 a { background-color: #6430BF; }

 a { background-color: rgb(100,48,191); }

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

border-color css

<style>
 span { border-color: #6430BF; }

 span { border-color: rgb(100,48,191); }

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