Html Css Color HEX #6B2FAF Purple Heart

📋 copy color: '#6B2FAF'

red 107 ◦ green 47 ◦ blue 175

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

Shades of Purple Heart #6B2FAF

Tints of Purple Heart #6B2FAF

RGB

 RED value IS 107 (42.19% from 255) = 32.52%

 GREEN value IS 47 (18.75% from 255) = 14.29%

 BLUE value IS 175 (68.75% from 255) = 53.19%

R = 32.52%
G = 14.29%
B = 53.19%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6B2FAF (or 0x6B2FAF) is known color: Purple Heart. HEX triplet: 6B, 2F and AF. RGB value is (107,47,175). Sum of RGB (Red+Green+Blue) = 107+47+175=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B2FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2FAF is #94D050. Grayscale: #4F4F4F. Windows color (decimal): -9752657 or 11480939. OLE color: 11480939.

HSL color Cylindrical-coordinate representation of color #6B2FAF: hue angle of 268.12º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B2FAF is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 107 47 175 -
CMYK 0.39 0.73 0 0.31
HSL 268.13º 0.58% 0.44% -
HSV(B) 268.13º 0.73% 0.69% -
XYZ 14.82 8.25 41.37 -
YUV 79.53 181.88 147.59 -
System Red Green Blue C M Y K H S L
Decimal 107 47 175 0.39 0.73 0 0.31 268.13 0.58 0.44
Hex 6B 2F AF 27 49 0 1F 10C 3A 2C
Octal 153 57 257 47 111 0 37 414 72 54
Binary 1101011 101111 10101111 100111 1001001 0 11111 100001100 111010 101100

Color Harmonies of #6B2FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2FAF

Black with #6B2FAF

Text Example


Text Example

White with #6B2FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,47,175); }

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

background-color css

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

 a { background-color: rgb(107,47,175); }

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

border-color css

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

 span { border-color: rgb(107,47,175); }

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