Html Css Color HEX #6F08B4 Purple Heart

📋 copy color: '#6F08B4'

red 111 ◦ green 8 ◦ blue 180

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

Shades of Purple Heart #6F08B4

Tints of Purple Heart #6F08B4

RGB

 RED value IS 111 (43.75% from 255) = 37.12%

 GREEN value IS 8 (3.52% from 255) = 2.68%

 BLUE value IS 180 (70.7% from 255) = 60.2%

R = 37.12%
G = 2.68%
B = 60.2%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6F08B4 (or 0x6F08B4) is known color: Purple Heart. HEX triplet: 6F, 08 and B4. RGB value is (111,8,180). Sum of RGB (Red+Green+Blue) = 111+8+180=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 180 (70.70% from 255 or 60.20% from 299); Max value from RGB is 180 - color contains mainly: blue. Hex color #6F08B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F08B4 is #90F74B. Grayscale: #393939. Windows color (decimal): -9500492 or 11798639. OLE color: 11798639.

HSL color Cylindrical-coordinate representation of color #6F08B4: hue angle of 275.93º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F08B4 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 111 8 180 -
CMYK 0.38 0.96 0 0.29
HSL 275.93º 0.91% 0.37% -
HSV(B) 275.93º 0.96% 0.71% -
XYZ 14.88 6.85 43.72 -
YUV 58.41 196.62 165.51 -
System Red Green Blue C M Y K H S L
Decimal 111 8 180 0.38 0.96 0 0.29 275.93 0.91 0.37
Hex 6F 8 B4 26 60 0 1D 114 5B 25
Octal 157 10 264 46 140 0 35 424 133 45
Binary 1101111 1000 10110100 100110 1100000 0 11101 100010100 1011011 100101

Color Harmonies of #6F08B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F08B4

Black with #6F08B4

Text Example


Text Example

White with #6F08B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,8,180); }

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

background-color css

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

 a { background-color: rgb(111,8,180); }

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

border-color css

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

 span { border-color: rgb(111,8,180); }

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