Html Css Color HEX #6A00BF Purple Heart

📋 copy color: '#6A00BF'

red 106 ◦ green 0 ◦ blue 191

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

Shades of Purple Heart #6A00BF

Tints of Purple Heart #6A00BF

RGB

 RED value IS 106 (41.8% from 255) = 35.69%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.69%
G = 0%
B = 64.31%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6A00BF (or 0x6A00BF) is known color: Purple Heart. HEX triplet: 6A, 00 and BF. RGB value is (106,0,191). Sum of RGB (Red+Green+Blue) = 106+0+191=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A00BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A00BF is #95FF40. Grayscale: #343434. Windows color (decimal): -9830209 or 12517482. OLE color: 12517482.

HSL color Cylindrical-coordinate representation of color #6A00BF: hue angle of 273.3º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A00BF is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 0 191 -
CMYK 0.45 1 0 0.25
HSL 273.3º 1% 0.37% -
HSV(B) 273.3º 1% 0.75% -
XYZ 15.35 6.83 49.8 -
YUV 53.47 205.62 165.47 -
System Red Green Blue C M Y K H S L
Decimal 106 0 191 0.45 1 0 0.25 273.3 1 0.37
Hex 6A 0 BF 2D 64 0 19 111 64 25
Octal 152 0 277 55 144 0 31 421 144 45
Binary 1101010 0 10111111 101101 1100100 0 11001 100010001 1100100 100101

Color Harmonies of #6A00BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A00BF

Black with #6A00BF

Text Example


Text Example

White with #6A00BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A00BF; }

 p { color: rgb(106,0,191); }

 H1.HeaderClassName
 {
   color: #6A00BF;
 }
 .AnyTagClassName
 {
   color: #6A00BF;
 }
</style>

background-color css

<style>
 a { background-color: #6A00BF; }

 a { background-color: rgb(106,0,191); }

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

border-color css

<style>
 span { border-color: #6A00BF; }

 span { border-color: rgb(106,0,191); }

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