Html Css Color HEX #6F30CF Purple Heart

📋 copy color: '#6F30CF'

red 111 ◦ green 48 ◦ blue 207

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

Shades of Purple Heart #6F30CF

Tints of Purple Heart #6F30CF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.11%

 BLUE value IS 207 (81.25% from 255) = 56.56%

R = 30.33%
G = 13.11%
B = 56.56%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F30CF (or 0x6F30CF) is known color: Purple Heart. HEX triplet: 6F, 30 and CF. RGB value is (111,48,207). Sum of RGB (Red+Green+Blue) = 111+48+207=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F30CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F30CF is #90CF30. Grayscale: #545454. Windows color (decimal): -9490225 or 13578351. OLE color: 13578351.

HSL color Cylindrical-coordinate representation of color #6F30CF: hue angle of 263.77º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F30CF is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 48 207 -
CMYK 0.46 0.77 0 0.19
HSL 263.77º 0.62% 0.5% -
HSV(B) 263.77º 0.77% 0.81% -
XYZ 18.87 10 59.97 -
YUV 84.96 196.87 146.57 -
System Red Green Blue C M Y K H S L
Decimal 111 48 207 0.46 0.77 0 0.19 263.77 0.62 0.5
Hex 6F 30 CF 2E 4D 0 13 108 3E 32
Octal 157 60 317 56 115 0 23 410 76 62
Binary 1101111 110000 11001111 101110 1001101 0 10011 100001000 111110 110010

Color Harmonies of #6F30CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F30CF

Black with #6F30CF

Text Example


Text Example

White with #6F30CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,48,207); }

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

background-color css

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

 a { background-color: rgb(111,48,207); }

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

border-color css

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

 span { border-color: rgb(111,48,207); }

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