Html Css Color HEX #6F23CA Purple Heart

📋 copy color: '#6F23CA'

red 111 ◦ green 35 ◦ blue 202

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

Shades of Purple Heart #6F23CA

Tints of Purple Heart #6F23CA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.06%

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

R = 31.9%
G = 10.06%
B = 58.05%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6F23CA (or 0x6F23CA) is known color: Purple Heart. HEX triplet: 6F, 23 and CA. RGB value is (111,35,202). Sum of RGB (Red+Green+Blue) = 111+35+202=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 202 (79.30% from 255 or 58.05% from 348); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F23CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F23CA is #90DC35. Grayscale: #4C4C4C. Windows color (decimal): -9493558 or 13247343. OLE color: 13247343.

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

Color convert

RGB 111 35 202 -
CMYK 0.45 0.83 0 0.21
HSL 267.31º 0.7% 0.46% -
HSV(B) 267.31º 0.83% 0.79% -
XYZ 17.82 8.85 56.65 -
YUV 76.76 198.68 152.42 -
System Red Green Blue C M Y K H S L
Decimal 111 35 202 0.45 0.83 0 0.21 267.31 0.7 0.46
Hex 6F 23 CA 2D 53 0 15 10B 46 2E
Octal 157 43 312 55 123 0 25 413 106 56
Binary 1101111 100011 11001010 101101 1010011 0 10101 100001011 1000110 101110

Color Harmonies of #6F23CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F23CA

Black with #6F23CA

Text Example


Text Example

White with #6F23CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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