Html Css Color HEX #6F26CA Purple Heart

📋 copy color: '#6F26CA'

red 111 ◦ green 38 ◦ blue 202

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

Shades of Purple Heart #6F26CA

Tints of Purple Heart #6F26CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 57.55%

R = 31.62%
G = 10.83%
B = 57.55%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6F26CA (or 0x6F26CA) is known color: Purple Heart. HEX triplet: 6F, 26 and CA. RGB value is (111,38,202). Sum of RGB (Red+Green+Blue) = 111+38+202=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F26CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F26CA is #90D935. Grayscale: #4D4D4D. Windows color (decimal): -9492790 or 13248111. OLE color: 13248111.

HSL color Cylindrical-coordinate representation of color #6F26CA: hue angle of 266.71º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F26CA is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 111 38 202 -
CMYK 0.45 0.81 0 0.21
HSL 266.71º 0.68% 0.47% -
HSV(B) 266.71º 0.81% 0.79% -
XYZ 17.91 9.03 56.68 -
YUV 78.52 197.68 151.16 -
System Red Green Blue C M Y K H S L
Decimal 111 38 202 0.45 0.81 0 0.21 266.71 0.68 0.47
Hex 6F 26 CA 2D 51 0 15 10B 44 2F
Octal 157 46 312 55 121 0 25 413 104 57
Binary 1101111 100110 11001010 101101 1010001 0 10101 100001011 1000100 101111

Color Harmonies of #6F26CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F26CA

Black with #6F26CA

Text Example


Text Example

White with #6F26CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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