Html Css Color HEX #6509BF Purple Heart

📋 copy color: '#6509BF'

red 101 ◦ green 9 ◦ blue 191

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

Shades of Purple Heart #6509BF

Tints of Purple Heart #6509BF

RGB

 RED value IS 101 (39.84% from 255) = 33.55%

 GREEN value IS 9 (3.91% from 255) = 2.99%

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

R = 33.55%
G = 2.99%
B = 63.46%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6509BF (or 0x6509BF) is known color: Purple Heart. HEX triplet: 65, 09 and BF. RGB value is (101,9,191). Sum of RGB (Red+Green+Blue) = 101+9+191=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #6509BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6509BF is #9AF640. Grayscale: #383838. Windows color (decimal): -10155585 or 12519781. OLE color: 12519781.

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

Color convert

RGB 101 9 191 -
CMYK 0.47 0.95 0 0.25
HSL 270.33º 0.91% 0.39% -
HSV(B) 270.33º 0.95% 0.75% -
XYZ 14.87 6.72 49.8 -
YUV 57.26 203.48 159.2 -
System Red Green Blue C M Y K H S L
Decimal 101 9 191 0.47 0.95 0 0.25 270.33 0.91 0.39
Hex 65 9 BF 2F 5F 0 19 10E 5B 27
Octal 145 11 277 57 137 0 31 416 133 47
Binary 1100101 1001 10111111 101111 1011111 0 11001 100001110 1011011 100111

Color Harmonies of #6509BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6509BF

Black with #6509BF

Text Example


Text Example

White with #6509BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,9,191); }

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

background-color css

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

 a { background-color: rgb(101,9,191); }

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

border-color css

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

 span { border-color: rgb(101,9,191); }

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