Html Css Color HEX #6F26CC Purple Heart

📋 copy color: '#6F26CC'

red 111 ◦ green 38 ◦ blue 204

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

Shades of Purple Heart #6F26CC

Tints of Purple Heart #6F26CC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.76%

 BLUE value IS 204 (80.08% from 255) = 57.79%

R = 31.44%
G = 10.76%
B = 57.79%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6F26CC (or 0x6F26CC) is known color: Purple Heart. HEX triplet: 6F, 26 and CC. RGB value is (111,38,204). Sum of RGB (Red+Green+Blue) = 111+38+204=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F26CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F26CC is #90D933. Grayscale: #4E4E4E. Windows color (decimal): -9492788 or 13379183. OLE color: 13379183.

HSL color Cylindrical-coordinate representation of color #6F26CC: hue angle of 266.39º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F26CC is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 111 38 204 -
CMYK 0.46 0.81 0 0.2
HSL 266.39º 0.69% 0.47% -
HSV(B) 266.39º 0.81% 0.8% -
XYZ 18.15 9.13 57.93 -
YUV 78.75 198.68 151 -
System Red Green Blue C M Y K H S L
Decimal 111 38 204 0.46 0.81 0 0.2 266.39 0.69 0.47
Hex 6F 26 CC 2E 51 0 14 10A 45 2F
Octal 157 46 314 56 121 0 24 412 105 57
Binary 1101111 100110 11001100 101110 1010001 0 10100 100001010 1000101 101111

Color Harmonies of #6F26CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F26CC

Black with #6F26CC

Text Example


Text Example

White with #6F26CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,38,204); }

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

background-color css

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

 a { background-color: rgb(111,38,204); }

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

border-color css

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

 span { border-color: rgb(111,38,204); }

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